home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __the_arcade__ / brickwell_1_0 / brickwell.readme
Text File  |  1990-07-18  |  8KB  |  214 lines

  1.  
  2.  
  3. BRICKWELL by David W. Lee
  4. Copyright ⌐ 1990 David W. Lee
  5. Version 1.0/June 1990
  6.  
  7. Introduction:
  8. --------------------
  9.  
  10. BRICKWELL is a new game for the Macintosh based on the arcade game KLAX. I wrote this game as an exercise, to teach myself how to program in C using Think C, on the Macintosh. I welcome any comments, suggestions, or bug reports. If there is sufficient interest, I will release a new version with more levels and refinements. This program uses the Sound Manager and is best played with the sound on.
  11.  
  12. Display:
  13. --------------------
  14.  
  15. When you start the application you will see a window divided in half. The left half is the game playing field. Here you will see bricks fall that you must catch on your paddle and later drop; this is all explained later. The right half of the window is the game status display. Things such as score, level, bricks caught, paddles left, level messages, game status, etc... are displayed here. 
  16.  
  17. There are also two menu selections you may choose. You may quit the game from the File menu. You may also pause the game and abort the game from the Options menu.
  18.  
  19. How To Play:
  20. --------------------
  21.  
  22. Basically, different types of bricks fall from the top of the window and you catch them on your paddle. The paddle holds a maximum of 5 bricks. Hold down the space bar to make the bricks fall faster. The object of the game is to drop the caught bricks so that bricks of the same type are adjacent to each other, either vertically, horizontally, or diagonally, depending on the level. Arranging at least 3 bricks of the same type in this fashion is called a ╥Brickwell.╙ A maximum of 5 bricks may be dropped in each of 5 columns. Use the ╘j╒,╒k╒,╒l╒ keys to move left, drop a caught brick, and move right, respectively. Note that the last brick caught is the first brick dropped from the paddle. When you are ready to start a new game, first select the level which you want to start at. Then click on the ╘Start╒ button to begin play at each level. You have 3 paddles to start. You will lose a paddle if you attempt to catch a brick with 5 bricks already caught on your paddle or if a falling brick drops past the highest caught brick or if a falling brick hits the ╥ground.╙
  23.  
  24. Hint: Catching bricks on the paddle becomes an important strategy at higher levels.
  25.  
  26.  
  27. Levels:
  28. -------------------
  29.  
  30. Level 1: (BRICKWELL  LEVEL)
  31. ----------
  32. To complete this level, you must drop your caught bricks such that at least 3 of the same type are adjacent either vertically, horizontally, or diagonally. This must be done 3 times. In other words you must get 3 Brickwells. Note that more points are scored by getting a diagonal Brickwell than a horizontal Brickwell than a vertical Brickwell. Also, more points are scored for getting a Brickwell consisting of more than 3 of the same type of bricks.
  33.  
  34. 3 brick vertical Brickwell: 100 points
  35. 4 brick vertical Brickwell: 1000 points
  36. 3 brick horizontal Brickwell: 100 points
  37. 4 brick horizontal Brickwell: 500 points
  38. 5 brick horizontal Brickwell: 1000 points
  39. 3 brick diagonal Brickwell: 500 points
  40. 4 brick diagonal Brickwell: 1000 points
  41. 5 brick diagonal Brickwell: 5000 points
  42.  
  43.  
  44. Level 2: (BRICKWELL LEVEL)
  45. ----------
  46. To complete this level, do essentially the same thing as Level 1, except that you must get 5 Brickwells instead of 3.
  47.  
  48. 3 brick vertical Brickwell: 200 points
  49. 4 brick vertical Brickwell: 1500 points
  50. 3 brick horizontal Brickwell: 300 points
  51. 4 brick horizontal Brickwell: 1000 points
  52. 5 brick horizontal Brickwell: 2000 points
  53. 3 brick diagonal Brickwell: 1000 points
  54. 4 brick diagonal Brickwell: 2000 points
  55. 5 brick diagonal Brickwell: 10000 points
  56.  
  57.  
  58. Level 3: (DIAGONAL BRICKWELL LEVEL)
  59. ----------
  60. To complete this level, you must drop your caught bricks such that at least 3 of the same type are diagonally adjacent. This must be done 3 times.
  61.  
  62. 3 brick vertical Brickwell: 100 points
  63. 4 brick vertical Brickwell: 100 points
  64. 3 brick horizontal Brickwell: 100 points
  65. 4 brick horizontal Brickwell: 200 points
  66. 5 brick horizontal Brickwell: 300 points
  67. 3 brick diagonal Brickwell: 1000 points
  68. 4 brick diagonal Brickwell: 5000 points
  69. 5 brick diagonal Brickwell: 10000 points
  70.  
  71.  
  72. Level 4: (POINT LEVEL)
  73. ----------
  74. To complete this level, you must score 10,000 points for this level only.
  75.  
  76. 3 brick vertical Brickwell: 500 points
  77. 4 brick vertical Brickwell: 1000 points
  78. 3 brick horizontal Brickwell: 1000 points
  79. 4 brick horizontal Brickwell: 2000 points
  80. 5 brick horizontal Brickwell: 3000 points
  81. 3 brick diagonal Brickwell: 4000 points
  82. 4 brick diagonal Brickwell: 5000 points
  83. 5 brick diagonal Brickwell: 10000 points
  84.  
  85.  
  86. Level 5: (BRICK LEVEL)
  87. ----------
  88. To complete this level, you must catch 40 bricks.
  89.  
  90. 3 brick vertical Brickwell: 500 points
  91. 4 brick vertical Brickwell: 1000 points
  92. 3 brick horizontal Brickwell: 2000 points
  93. 4 brick horizontal Brickwell: 3000 points
  94. 5 brick horizontal Brickwell: 5000 points
  95. 3 brick diagonal Brickwell: 5000 points
  96. 4 brick diagonal Brickwell: 10000 points
  97. 5 brick diagonal Brickwell: 25000 points
  98.  
  99.  
  100. Level 6: (BRICKWELL LEVEL)
  101. ----------
  102. Get 5 Brickwells.
  103.  
  104. 3 brick vertical Brickwell: 750 points
  105. 4 brick vertical Brickwell: 1000 points
  106. 3 brick horizontal Brickwell: 2500 points
  107. 4 brick horizontal Brickwell: 3000 points
  108. 5 brick horizontal Brickwell: 7500 points
  109. 3 brick diagonal Brickwell: 7500 points
  110. 4 brick diagonal Brickwell: 10000 points
  111. 5 brick diagonal Brickwell: 100000 points
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. Level 7: (BRICKWELL LEVEL)
  121. ----------
  122. Get 10 Brickwells.
  123.  
  124. 3 brick vertical Brickwell: 750 points
  125. 4 brick vertical Brickwell: 1000 points
  126. 3 brick horizontal Brickwell: 2500 points
  127. 4 brick horizontal Brickwell: 3500 points
  128. 5 brick horizontal Brickwell: 10000 points
  129. 3 brick diagonal Brickwell: 10000 points
  130. 4 brick diagonal Brickwell: 15000 points
  131. 5 brick diagonal Brickwell: 100000 points
  132.  
  133.  
  134. Level 8: (DIAGONAL BRICKWELL LEVEL)
  135. ----------
  136. Get 5 diagonal Brickwells.
  137.  
  138. 3 brick vertical Brickwell: 500 points
  139. 4 brick vertical Brickwell: 1000 points
  140. 3 brick horizontal Brickwell: 1000 points
  141. 4 brick horizontal Brickwell: 2000 points
  142. 5 brick horizontal Brickwell: 3000 points
  143. 3 brick diagonal Brickwell: 5000 points
  144. 4 brick diagonal Brickwell: 25000 points
  145. 5 brick diagonal Brickwell: 100000 points
  146.  
  147.  
  148. Level 9: (POINT LEVEL)
  149. ----------
  150. Score 20,000 points.
  151.  
  152. 3 brick vertical Brickwell: 1000 points
  153. 4 brick vertical Brickwell: 2000 points
  154. 3 brick horizontal Brickwell: 2000 points
  155. 4 brick horizontal Brickwell: 3000 points
  156. 5 brick horizontal Brickwell: 4000 points
  157. 3 brick diagonal Brickwell: 5000 points
  158. 4 brick diagonal Brickwell: 10000 points
  159. 5 brick diagonal Brickwell: 100000 points
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169. Level 10: (BRICK LEVEL)
  170. ----------
  171. Catch 50 bricks.
  172.  
  173. 3 brick vertical Brickwell: 1000 points
  174. 4 brick vertical Brickwell: 5000 points
  175. 3 brick horizontal Brickwell: 2000 points
  176. 4 brick horizontal Brickwell: 10000 points
  177. 5 brick horizontal Brickwell: 50000 points
  178. 3 brick diagonal Brickwell: 50000 points
  179. 4 brick diagonal Brickwell: 100000 points
  180. 5 brick diagonal Brickwell: 200000 points
  181.  
  182.  
  183. Level 11: (BRICK LEVEL)
  184. ----------
  185. Catch 50 bricks.
  186.  
  187. 3 brick vertical Brickwell: 1000 points
  188. 4 brick vertical Brickwell: 5000 points
  189. 3 brick horizontal Brickwell: 2000 points
  190. 4 brick horizontal Brickwell: 10000 points
  191. 5 brick horizontal Brickwell: 50000 points
  192. 3 brick diagonal Brickwell: 50000 points
  193. 4 brick diagonal Brickwell: 100000 points
  194. 5 brick diagonal Brickwell: 200000 points
  195.  
  196.  
  197.  
  198. That╒s it! 
  199.  
  200.  
  201. Final Remarks:
  202. --------------------
  203.  
  204. This program was not written with Multifinder in mind. In particular, I used GetNextEvent instead of WaitNextEvent. The snd resources used by the Sound Manager were downloaded from sumex-aim.stanford.edu, thanks to whoever is responsible for them. This program is completely free for personal use only.
  205.  
  206. Have fun!
  207.  
  208. Internet/Usenet E-mail:    
  209.  
  210. dwl@garnet.Berkeley.EDU
  211. ...!ucbvax!garnet!dwl
  212. dwl at ucbgarnet
  213.  
  214.